[IA64] avoid networking in VTI
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Thu, 23 Mar 2006 21:14:20 +0000 (14:14 -0700)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Thu, 23 Mar 2006 21:14:20 +0000 (14:14 -0700)
It's currently not working.

From: Zhang Xiantao <xiantao.zhang@intel.com>

tools/examples/xmexample.vti

index ee49ae46d4931ebf88671b43677b2bf74964749a..6680858af8f86700ebe1a61967db7eebbdbb3cce 100644 (file)
@@ -32,7 +32,7 @@ name = "ExampleVTIDomain"
 # Random MACs are assigned if not given.
 #vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0' ]
 # type=ioemu specify the NIC is an ioemu device not netfront
-vif = [ 'type=ioemu, bridge=xenbr0' ]
+#vif = [ 'type=ioemu, bridge=xenbr0' ]
 # for multiple NICs in device model, 3 in this example
 #vif = [ 'type=ioemu, bridge=xenbr0', 'type=ioemu', 'type=ioemu']